Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 1,506 for

watermark removal

(0.08 sec)
  1. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Watermark Product Solution GroupDocs...supported. We are working on removing these limitations in future...

    docs.groupdocs.com/redaction/java/using-ocr/
  2. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Watermark Product Solution GroupDocs.... InputPng )) { // Edit or remove metadata here metadata . save...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Watermark Product Solution GroupDocs...stream )) { // Extract, edit or remove metadata here } } More resources...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  4. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....Watermark Product Solution GroupDocs...removeFormField(formField) : Removes a specific form field. rem...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  5. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....Watermark Product Solution GroupDocs...loadOptions )) { // Extract, edit or remove metadata here } More resources...

    docs.groupdocs.com/metadata/net/load-a-password...
  6. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary....Watermark Product Solution GroupDocs...method. The method is used to remove all homophones from the dictionary...

    docs.groupdocs.com/search/net/homophone-diction...
  7. Subset fonts | Documentation

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage....Watermark Product Solution GroupDocs...fonts. GroupDocs.Viewer can remove unused instructions in embedded...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. Optimize spreadsheets in a PDF file | Documenta...

    Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters....Watermark Product Solution GroupDocs...border lines. Besides that, it removes the Arial and Times New Roman...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Working with annotation replies | Documentation

    The page describes how to manage replies for different document types using GroupDocs.Annotation for .NET API....Watermark Product Solution GroupDocs... Add replies to annotation Remove annotation replies Update annotation...

    docs.groupdocs.com/annotation/net/working-with-...
  10. Basic usage | Documentation

    Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Watermark Product Solution GroupDocs...redactions Image redactions Remove page redactions Was this page...

    docs.groupdocs.com/redaction/net/basic-usage/